vcAssemblyPatternSlot

Assembly pattern slot defines a single location, including its position and orientation, in the assembly. Assembly slots are child objects of assembly patterns.

See in: Overview

Module: vcProcessModel

Parent: vcObject

Children -

Referenced by: vcAssemblyPattern.Slots, vcAssemblyPattern.cloneSlotFrom(), vcAssemblyPattern.createSlot(), vcAssemblyPattern.findSlot()

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
ItemvcProductTypeAssemblyPatternItemRGets the item that fills the assembly pattern slot in the assembly pattern.
OrderIndexIntegerRWGets or sets the order in which the pattern slots are created.
PatternvcAssemblyPatternRGets the pattern that the slot is part of.
PositionvcMatrixRWGets or sets the positions of the slot within the pattern.
PropertiesvcPropertyContainerRGets the properties of this assembly pattern slot.
UniqueIdStringRGets the unique identifier for the assembly pattern slot.

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
deleteNoneNoneDelete this assembly pattern slot.

Events

Learn how to use events here. The events are also inherited from the parent class.

NameParametersDescription
OnItemChangedNoneTriggered when the item is replaced by another.

Parameters:
vcProductTypeAssemblyPatternItem: The new pattern item.